ComponentOne Xamarin.Android
Count Property (C1SelectCollectionView<S,T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1SelectCollectionView<S,T> Class : Count Property
Gets the number of elements in the collection.
Syntax
'Declaration
 
Public Overrides ReadOnly Property Count As Integer
'Usage
 
Dim instance As C1SelectCollectionView(Of S,T)
Dim value As Integer
 
value = instance.Count
public override int Count {get;}
See Also

Reference

C1SelectCollectionView<S,T> Class
C1SelectCollectionView<S,T> Members